home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / lik32125.zip / LIKSE32.EXE / 0 / RCDATA / TFONTFORM / TFONTFORM.txt
Text File  |  1996-10-22  |  5KB  |  246 lines

  1. object FontForm: TFontForm
  2.   Left = 135
  3.   Top = 142
  4.   Width = 531
  5.   Height = 316
  6.   Caption = 'Viewer Preferences'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Viewer: THTMLViewer
  16.     Left = 0
  17.     Top = 0
  18.     Width = 331
  19.     Height = 289
  20.     Cursor = crIBeam
  21.     ViewImages = True
  22.     TabOrder = 0
  23.     Align = alClient
  24.     BorderStyle = bsSingle
  25.     HistoryMaxCount = 0
  26.     DefFontName = 'Times New Roman'
  27.     DefPreFontName = 'Courier New'
  28.   end
  29.   object Panel2: TPanel
  30.     Left = 331
  31.     Top = 0
  32.     Width = 192
  33.     Height = 289
  34.     Align = alRight
  35.     Locked = True
  36.     TabOrder = 1
  37.     object Label1: TLabel
  38.       Left = 16
  39.       Top = 112
  40.       Width = 21
  41.       Height = 13
  42.       Caption = 'Text'
  43.       Font.Color = clBlack
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.     end
  49.     object Label2: TLabel
  50.       Left = 88
  51.       Top = 8
  52.       Width = 20
  53.       Height = 13
  54.       Caption = 'Link'
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ParentFont = False
  60.       WordWrap = True
  61.     end
  62.     object Bevel1: TBevel
  63.       Left = 16
  64.       Top = 240
  65.       Width = 169
  66.       Height = 41
  67.       Shape = bsFrame
  68.     end
  69.     object Label5: TLabel
  70.       Left = 16
  71.       Top = 8
  72.       Width = 61
  73.       Height = 13
  74.       Caption = 'Background '
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.     end
  81.     object SpeedButton2: TSpeedButton
  82.       Tag = 1
  83.       Left = 18
  84.       Top = 192
  85.       Width = 65
  86.       Height = 17
  87.       Hint = 'Select a color from Windows Color Palette'
  88.       Caption = 'Color Palette'
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       ParentShowHint = False
  95.       ShowHint = True
  96.       OnClick = SpeedButton2Click
  97.     end
  98.     object SpeedButton3: TSpeedButton
  99.       Tag = 2
  100.       Left = 16
  101.       Top = 88
  102.       Width = 65
  103.       Height = 17
  104.       Hint = 'Select a color from Windows Color Palette'
  105.       Caption = 'Color Palette'
  106.       Font.Color = clBlack
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = []
  110.       ParentFont = False
  111.       ParentShowHint = False
  112.       ShowHint = True
  113.       OnClick = SpeedButton2Click
  114.     end
  115.     object SpeedButton4: TSpeedButton
  116.       Tag = 3
  117.       Left = 90
  118.       Top = 88
  119.       Width = 65
  120.       Height = 17
  121.       Hint = 'Select a color from Windows Color Palette'
  122.       Caption = 'Color Palette'
  123.       Font.Color = clBlack
  124.       Font.Height = -11
  125.       Font.Name = 'MS Sans Serif'
  126.       Font.Style = []
  127.       ParentFont = False
  128.       ParentShowHint = False
  129.       ShowHint = True
  130.       OnClick = SpeedButton2Click
  131.     end
  132.     object FntColorGrid: TColorGrid
  133.       Tag = 1
  134.       Left = 16
  135.       Top = 128
  136.       Width = 64
  137.       Height = 64
  138.       Hint = 'Use left mouse button to pick color'
  139.       ClickEnablesColor = True
  140.       ForegroundIndex = -1
  141.       ForegroundEnabled = False
  142.       BackgroundEnabled = False
  143.       Font.Color = clBlack
  144.       Font.Height = -11
  145.       Font.Name = 'MS Sans Serif'
  146.       Font.Style = []
  147.       ParentFont = False
  148.       ParentShowHint = False
  149.       Selection = 3
  150.       ShowHint = True
  151.       TabOrder = 0
  152.       TabStop = True
  153.       OnChange = FntColorGridChange
  154.     end
  155.     object BitBtn1: TBitBtn
  156.       Left = 24
  157.       Top = 248
  158.       Width = 70
  159.       Height = 25
  160.       Caption = '&OK'
  161.       TabOrder = 1
  162.       Kind = bkOK
  163.     end
  164.     object BitBtn2: TBitBtn
  165.       Left = 104
  166.       Top = 248
  167.       Width = 70
  168.       Height = 25
  169.       Caption = '&Cancel'
  170.       TabOrder = 2
  171.       Kind = bkCancel
  172.     end
  173.     object LinkColorGrid: TColorGrid
  174.       Tag = 3
  175.       Left = 88
  176.       Top = 24
  177.       Width = 64
  178.       Height = 64
  179.       ClickEnablesColor = True
  180.       ForegroundIndex = -1
  181.       ForegroundEnabled = False
  182.       BackgroundEnabled = False
  183.       TabOrder = 3
  184.       TabStop = True
  185.       OnChange = FntColorGridChange
  186.     end
  187.     object BGColorGrid: TColorGrid
  188.       Tag = 2
  189.       Left = 16
  190.       Top = 24
  191.       Width = 64
  192.       Height = 64
  193.       ClickEnablesColor = True
  194.       ForegroundIndex = -1
  195.       ForegroundEnabled = False
  196.       BackgroundEnabled = False
  197.       ParentShowHint = False
  198.       ShowHint = True
  199.       TabOrder = 4
  200.       TabStop = True
  201.       OnChange = FntColorGridChange
  202.     end
  203.     object Button1: TButton
  204.       Left = 88
  205.       Top = 136
  206.       Width = 73
  207.       Height = 25
  208.       Caption = 'Change Font'
  209.       Font.Color = clBlack
  210.       Font.Height = -11
  211.       Font.Name = 'MS Sans Serif'
  212.       Font.Style = []
  213.       ParentFont = False
  214.       TabOrder = 5
  215.       OnClick = Button1Click
  216.     end
  217.     object CHK_Default: TCheckBox
  218.       Left = 16
  219.       Top = 220
  220.       Width = 97
  221.       Height = 17
  222.       Caption = '&Save as Default'
  223.       Font.Color = clBlack
  224.       Font.Height = -11
  225.       Font.Name = 'MS Sans Serif'
  226.       Font.Style = []
  227.       ParentFont = False
  228.       TabOrder = 6
  229.     end
  230.   end
  231.   object ColorDialog1: TColorDialog
  232.     Left = 440
  233.     Top = 200
  234.   end
  235.   object FontDialog1: TFontDialog
  236.     Font.Color = clWindowText
  237.     Font.Height = -13
  238.     Font.Name = 'System'
  239.     Font.Style = []
  240.     MinFontSize = 0
  241.     MaxFontSize = 0
  242.     Left = 352
  243.     Top = 200
  244.   end
  245. end
  246.